const runtime._GCmarktermination

9 uses

	runtime (current package)
		arena.go#L738: 	if gcphase == _GCmarktermination {
		malloc.go#L1016: 		if gcphase == _GCmarktermination {
		mgc.go#L251: 	_GCmarktermination        // GC mark termination: allocate black, P's help GC, write barrier ENABLED
		mgc.go#L257: 	writeBarrier.enabled = gcphase == _GCmark || gcphase == _GCmarktermination
		mgc.go#L1039: 	setGCPhase(_GCmarktermination)
		mgc.go#L1625: 	if gcphase != _GCmarktermination {
		mgcmark.go#L1773: 	if gcphase == _GCmarktermination {
		trace.go#L294: 	if gcphase == _GCmark || gcphase == _GCmarktermination {
		trace.go#L467: 	if !stopTrace && (gcphase == _GCmark || gcphase == _GCmarktermination) {